.fd-mr0 {
    margin-right: 0 !important;
}
.fd-container {
    position: relative;
    width: 100%;
    height: auto;
    /*background: url("./../images/index/top-bg.png") top center no-repeat;*/
}
/*左侧飘窗*/
.fd-left-side-box {
    position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 33;
}
.fd-left-side {
    position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 33;
    padding-top: 24px;
    width: 267px;
    height: 198px;
    /*background: url("./../images/index/left-pc-01.png") center bottom no-repeat;*/
}

.fd-left-side .fd-left-side-img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.fd-left-side .fd-left-side-img img {
    width: 100%;
    height: 100%;
}

.fd-close-box {
    position: absolute;
    top: 2px;
    right: 9px;
    z-index: 2;
    width: 68px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
    cursor: pointer;
}

.fd-close-box:hover {
    background-color: rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}

.fd-close-box:hover .fd-close-tip {
    background-color: rgba(0, 0, 0, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
}

.fd-close {
    float: left;
    width: 25px;
    height: 24px;
    background: url("../images/index/close.png") center no-repeat;
}

.fd-close-tip {
    float: right;
    width: 42px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
}
/*右侧飘窗*/
.fd-right-side {
    position: fixed;
    right: 25px;
    bottom: 32px;
    z-index: 33;
    width: 81px;
    height: auto;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 6px 1px rgba(42, 42, 42, 0.2);
    /*background: url("../images/index/right-side-bg.png") center no-repeat;*/
}

.fd-right-side-main {
    width: 100%;
    height: 100%;
}

.fd-right-side-main div {
    position: relative;
    z-index: 1;
    width: 81px;
    height: 78px;
    cursor: pointer;
}

.fd-right-side-main > div:first-child {
    border-radius: 8px 8px 0 0;
}

.fd-right-side-main > div:last-child {
    border-radius: 0 0 8px 8px;
}

.fd-right-side-main div:hover {
    background: rgb(234, 241, 252);
}

.fd-right-side-main div > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
}

.fd-right-side-main .fd-back {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.fd-right-side-main .fd-back:hover{
    background: #fff;
}

.fd-right-side-main .fd-back:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 24px;
    z-index: 2;
    width: 33px;
    height: 3px;
    background: rgb(224, 224, 224);
}

.fd-tel {
    position: relative;
    z-index: 1;
}

.fd-tel:hover .fd-tel-ewm {
    display: inline-block;
}

.fd-tel-ewm {
    display: none;
    position: absolute;
    top: -21px;
    left: -127px;
    z-index: 2;
    padding-top: 10px;
    width: 110px;
    height: 121px;
    color: #010000;
    font-size: 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 7px 2px rgba(31, 71, 137, 0.35);
}

.fd-tel-ewm:before {
    content: "";
    position: absolute;
    top: 50px;
    right: -15px;
    z-index: 2;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #fff;
}

.fd-tel-ewm span {
    display: block;
    width: 100%;
}

/*页面顶部部分*/
.fd-top-header {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.fd-top-header img {
    display: inline-block;
    width: 100%;
}

.fd-top-header-con {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

/*顶部搜索*/
.fd-top-search {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 1300px;
    height: 60px;
    text-align: right;
}
.fd-input-box {
    overflow: hidden;
    position: absolute;
    right: 350px;
    top: 20px;
    z-index: 2;
    padding-right: 50px;
    width: 272px;
    height: 40px;
    border-radius: 5px;
}
.fd-input-box input {
    padding-left: 20px;
    width: 222px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgb(211, 223, 231);
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background-color: rgba(161, 200, 228, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99a1c8e4,endColorstr=#99a1c8e4);
}
.fd-input-box input:hover {
    border: 1px solid rgb(24, 69, 143);
    border-right: 0;
}
.fd-input-box input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}
.fd-input-box span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50px;
    height: 100%;
    background-color: rgb(24, 69, 143);
    background-image: url("../common/images/icon-search.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.fd-input-box span:hover {
    background-color: #225bb7;
}
/*语言切换*/
.fd-lang {
    position: absolute;
    right: 9px;
    top: 20px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #18458f;
    font-size: 20px;
}

.fd-lang > div {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    width: 100px;
    height: 40px;
    cursor: pointer;
}

.fd-lang > div::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 11px;
    z-index: 2;
    width: 1px;
    height: 20px;
    background-color: rgb(26, 70, 142);
}

.fd-lang > div.fd-wza::before {
    display: none;
}

.fd-lang > div .fd-icon {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 2;
    width: 23px;
    height: 23px;
}

.fd-lang > div.fd-wza .fd-icon {
    top: 2px;
}

.fd-lang > div .fd-icon path {
    fill: #18458f;
    fill-rule: evenodd;
}

.fd-lang > div:hover {
    color: #2c6bd3;
}

.fd-lang > div:hover .fd-icon path {
    fill: #2c6bd3;
}
/*logo*/
.fd-logo-box {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    padding-left: 35px;
    width: 1300px;
    height: calc(100% - 70px);
    transform: translateX(-50%);
}
.fd-logo {
    position: absolute;
    z-index: 1;
    padding-top: 8px;
    padding-left: 118px;
    width: 666px;
    top: 50%;
    transform: translateY(-50%);
}
.fd-logo .fd-logo-gh {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
    width: 99px;
    height: 104px;
}

.fd-logo .fd-logo-cn {
    color: rgb(16, 56, 121);
    font-size: 62px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    letter-spacing: 6px;
}

.fd-logo .fd-logo-en {
    word-spacing: 3px;
    letter-spacing: 1px;
    font-size: 24px;
    font-family: "Arial";
    color: rgb(16, 56, 121);
}

/*导航*/
.fd-nav-box {
     position: relative;
     z-index: 2;
     margin-top: -70px;
     width: 100%;
     height: 722px;
     background: url("../images/index/nav-bg.png") center no-repeat;
     /*background: url("../images/index/nav-bg-high.png") center no-repeat;*/
     /*height: 852px;*/
 }

.fd-nav-main {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 1300px;
    height: 722px;
}

/*导航样式*/
.fd-ul {
    width: 100%;
    height: 70px;
    margin-bottom: 70px;
}

.fd-li {
    float: left;
    position: relative;
    width: 177px;
    height: 100%;
    cursor: pointer;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 82px;
}

.fd-li:hover,
.fd-li.active {
    font-weight: bold;
    background-image: url("./../images/index/icon-active.png");
    background-repeat: no-repeat;
    background-position: 43px bottom;
}

.fd-li-01 {
    padding-left: 40px;
}
.fd-li-01:before {
    content: "";
    display: none;
    position: absolute;
    bottom: 5px;
    left: 85px;
    z-index: 2;
    width: 48px;
    height: 4px;
    background: #dfad42;
}

.fd-li-01:hover,
.fd-li-01.active {
    background-image: none;
}
.fd-li-01.active:before {
    display: block;
}

.fd-ej-nav-box {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 2;
    padding-top: 10px;
    width: 100%;
    min-height: 52px;
}

.fd-ej-nav-inside-box {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 1300px;
    min-height: 52px;
}

.fd-ej-ul {
    position: absolute;
    top: 0;
    display: none;
    width: auto;
    font-size: 16px;
}

.fd-1 {
    left: 202px;
    width: 1064px;
}

.fd-2 {
    left: 379px;
    width: 900px;
}

.fd-3 {
    left: 556px;
    width: 730px;
}

.fd-4 {
    right: 438px;
    width: 852px;
    text-align: right;
}

.fd-5 {
    right: 262px;
    width: 1022px;
    text-align: right;
}

.fd-6 {
    right: 82px;
    width: 1150px;
    text-align: right;
}


.fd-ej-li {
    display: inline-block;
    margin: 0 17px;
    font-size: 16px;
    color: #cfeefe;
    line-height: 34px;
    cursor: pointer;
}

.fd-ej-li:hover {
    color: #fff;
    font-weight: bold;
}
.fd-title-h2 {
    /*margin-top: 70px;*/
    margin-top: 35px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.fd-title-div {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 48px;
}

.fd-title-h2 a {
    color: #fff;
}
.fd-title-div:hover a {
    color: #f5d389;
}

.fd-arrow {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    width: 32px;
    height: 32px;
    background: url("../images/index/title-arrow.png") center no-repeat;
    cursor: pointer;
}

.fd-title-div:hover .fd-arrow {
    background: url("../images/index/title-arrow-active.png") center no-repeat;
}
/*轮播以及热点新闻list部分*/
.fd-swiper-box {
    margin-top: 45px;
    width: 100%;
    height: 434px;
}
/*轮播主体盒子*/
.fd-swiper-main {
    float: left;
    position: relative;
    z-index: 1;
    padding: 15px;
    width: 743px;
    height: 434px;
    background-color: rgb(255, 255, 255);
}
/*轮播样式*/
.fd-swiper-main .swiper-container {
    width: 100%;
    height: 100%;
}
.fd-swiper-main .swiper-container .swiper-slide {
    position: relative;
    z-index: 1;
}
/*图片*/
.fd-swiper-main .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: contain;
}
/*文字*/
.fd-swiper-main .swiper-container .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding-left: 20px;
    padding-right: 220px;
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(252, 252, 252);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
}
.fd-swiper-main .swiper-container:hover .swiper-slide p {
    color: #ffa200;
}
/*轮播指示器*/
.fd-swiper-main .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    padding-right: 20px;
    text-align: right;
    height: 30px;
}
.fd-swiper-main .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 3px;
    width: 11px;
    height: 11px;
    opacity: 1;
    background: url("../images/index/swiper01/swiper-circle.png") center no-repeat;
    cursor: pointer;
}
.fd-swiper-main .swiper-pagination .swiper-pagination-bullet-active {
    background: url("../images/index/swiper01/swiper-circle-active.png") center no-repeat;
}
/*翻页*/
.fd-swiper-main .swiper-button-prev {
    position: absolute;
    top: 190px;
    left: 25px;
    z-index: 2;
    width: 26px;
    height: 46px;
    background: url("../images/index/swiper02/left.png") center no-repeat;
    cursor: pointer;
}
.fd-swiper-main .swiper-button-next {
    position: absolute;
    top: 190px;
    right: 25px;
    z-index: 2;
    width: 26px;
    height: 46px;
    background: url("../images/index/swiper02/right.png") center no-repeat;
    cursor: pointer;
}
.fd-swiper-main .swiper-button-prev:hover {
    background: url("../images/index/swiper02/left-act.png") center no-repeat;
}
.fd-swiper-main .swiper-button-next:hover {
    background: url("../images/index/swiper02/right-act.png") center no-repeat;
}
/*热点新闻盒子*/
.fd-swiper-list {
    float: right;
    margin-left: 25px;
    width: 529px;
    height: 434px;
}
.fd-swiper-list-title {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #4f73aa;
}

.fd-swiper-list-title p {
    display: inline-block;
    position: relative;
    top: 2px;
    height: 100%;
    color: #f5d389;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 5px solid rgb(245, 211, 137);
}

.fd-swiper-list-title span {
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 2;
    padding-right: 12px;
    color: #8fa7cc;
    background: url("../images/index/more.png") center right no-repeat;
    cursor: pointer;
}
.fd-swiper-list-title span:hover {
    color: #fff;
    background: url("../images/index/more-act.png") center right no-repeat;
}
/*list*/
.fd-swiper-ul {
    padding-top: 30px;
}
.fd-swiper-ul li {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding-left: 15px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.fd-swiper-ul li:hover {
    color: #f5d389;
}

.fd-swiper-ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
    width: 6px;
    height: 6px;
    background: url("../images/index/circle-small.png") center no-repeat;
}
/*网上检察服务中心大部分*/
.fd-wsjcfwzx-box {
    width: 100%;
    height: 771px;
    background: url("../images/index/wsjcfwzx-bg.png") center no-repeat;
}

.fd-wsjcfwzx-box-main {
    margin: auto;
    padding-top: 30px;
    width: 1300px;
    height: 100%;
}
.fd-box-title {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 88px;
    color: #1a478e;
    font-size: 40px;
    font-weight: bold;
}
.fd-box-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 2;
    width: 472px;
    height: 13px;
    background: url("../images/index/wsjcfwzx-title.png") center no-repeat;
}
.fd-box-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 2;
    width: 472px;
    height: 13px;
    background: url("../images/index/wsjcfwzx-title.png") center no-repeat;
}

.fd-box-title span {
    color: #c50102;
}

/*网上检察服务中心list*/
.fd-item-list {
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
}

.fd-item-list li {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    padding-top: 25px;
    padding-left: 117px;
    width: 319px;
    height: 121px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    cursor: pointer;
}

.fd-item-list li:hover {
    box-shadow: 0 4px 5px 0 rgba(37, 82, 155, 0.2);
    border-color: rgb(104, 154, 213);
}
.fd-item-list li p {
    color: #001029;
    font-size: 18px;
    font-weight: bold;
}
.fd-item-list li span {
    display: inline-block;
    padding-top: 3px;
    padding-right: 20px;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.fd-item-list .fd-item-last-li {
    margin-right: 0;
}

.fd-item-list .fd-item-li-01 {
    background: #fff url("../images/index/icon-kg.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-02 {
    background: #fff url("../images/index/icon-xsss.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-03 {
    background: #fff url("../images/index/icon-msss-2.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-04 {
    background: #fff url("../images/index/icon-xzss-2.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-05 {
    background: #fff url("../images/index/icon-msss.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-06 {
    background: #fff url("../images/index/icon-xzss.png") 18px center no-repeat;
}

.fd-item-list .fd-item-li-06 {
    background-position: 18px center !important;
}

.fd-item-list .fd-item-li-07 {
    background: #fff url("../images/index/icon-gjpc.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-08 {
    background: #fff url("../images/index/icon-jzsq.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-09 {
    background: #fff url("../images/index/icon-ssjb.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-10 {
    background: #fff url("../images/index/icon-zxjy.png") 30px center no-repeat;
}
.fd-item-list .fd-item-li-11{
    background: #fff url("../images/index/icon-yjjcg.png") 30px center no-repeat;
}
.fd-item-list .fd-item-li-12{
    background: #fff url("../images/index/icon-lsfw.png") 30px center no-repeat;
}

/*人民代表监督交流平台*/
.fd-item-list-02 {
    margin-top: 20px;
    width: 100%;
    height: 180px;
}
.fd-item-list-02 li {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 417px;
    height: 180px;
    border: 2px solid transparent;
    cursor: pointer;
}

.fd-item-02-li-01 {
    background: url("../images/index/icon-rmdb.png") center no-repeat;
}

.fd-item-02-li-02 {
    margin: 0 19px;
    background: url("../images/index/icon-ajxx.png") center no-repeat;
}

.fd-item-02-li-03 {
    background: url("../images/index/icon-ksly.png") center no-repeat;
}

.fd-item-list-02 li .fd-go-detail {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 56px;
    height: 30px;
    background: url("../images/index/rmdb-def.png") center no-repeat;
    cursor: pointer;
}

.fd-item-list-02 .fd-item-02-li-02 .fd-go-detail {
    background: url("../images/index/ajxx-def.png") center no-repeat;
}

.fd-item-list-02 .fd-item-02-li-03 .fd-go-detail {
    background: url("../images/index/ksly-def.png") center no-repeat;
}

.fd-item-list-02 li:hover {
    border: 2px solid #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.fd-item-list-02 .fd-item-02-li-01:hover .fd-go-detail {
    background: url("../images/index/rmdb-act.png") center no-repeat;
}

.fd-item-list-02 .fd-item-02-li-02:hover .fd-go-detail {
    background: url("../images/index/ajxx-act.png") center no-repeat;
}

.fd-item-list-02 .fd-item-02-li-03:hover .fd-go-detail {
    background: url("../images/index/ksly-act.png") center no-repeat;
}

/*公示公告、工作报告页签切换等*/
.fd-gsgg-tabs-part {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 35px auto 0;
    width: 1300px;
    height: auto;
}

.fd-gsgg-left {
    float: left;
    width: 1000px;
}

.fd-tabs-ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fd-tabs-ul .fd-tabs-li {
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    width: 482px;
    /*min-height: 240px;*/
}
.fd-tabs-ul .fd-last-tabs-li {
    margin-right: 0;
}

.fd-tab-title {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 36px;
    color: #001029;
    font-size: 20px;
}
.fd-tab-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 4px;
    background: rgb(213, 225, 236);

}
/*页签*/
.fd-tab-title span {
    display: inline-block;
    position: relative;
    z-index: 3;
    height: 36px;
    cursor: pointer;
}
/*分割线*/
.fd-tab-title .fd-split {
    padding: 0 16px;
    color: rgb(214, 214, 214);
    cursor: default;
}
.fd-tab-title span:hover {
    color: #005cb1;
    font-weight: bold;
}
.fd-tab-title .fd-split:hover {
    color: rgb(214, 214, 214);
    font-weight: normal;
}
/*激活页签*/
.fd-tab-title .active {
    color: #005cb1;
    font-weight: bold;
    border-bottom: 4px solid #005cb1;
}
/*更多*/
.fd-tab-title .fd-tabs-more {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 2;
    color: #999999;
    font-size: 16px;
}
.fd-tab-title .fd-tabs-more:hover {
    color: #005cb1;
    font-weight: normal;
}

.fd-tab-list {
    margin-top: 15px;
    width: 100%;
}

.fd-tab-list li {
    cursor: pointer;
}

.fd-img-li {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    padding-left: 180px;
    width: 100%;
    height: 96px;
}

.fd-img-li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 160px;
    height: 96px;
}

.fd-img-li .fd-img-description p {
    color: #091626;
    font-size: 18px;
}
.fd-img-li .fd-img-description p:hover {
    color: #005cb1;
}

.fd-img-li .fd-img-description span {
    padding-top: 8px;
    display: inline-block;
    color: #4c5561;
    font-size: 14px;
}

.fd-default-li {
    margin-bottom: 16px;
    padding-left: 10px;
    color: #091626;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("../images/index/circle-small-01.png") left center no-repeat;
}
.fd-default-li:hover {
    color: #005cb1;
}

.fd-tabs-more,
.fd-tab-list {
    display: none;
}

.fd-more-1,
.fd-ul-1 {
    display: inline-block;
}
/*通长的list*/
.fd-tabs-ul .fd-long-tabs-li {
    width: 100%;
    overflow: hidden;
}

.fd-tabs-ul .fd-long-tabs-li .fd-default-li,
.fd-tabs-ul .fd-long-tabs-li .fd-img-li {
    float: left;
    margin-right: 35px;
    width: 482px;
}
.fd-tabs-ul .fd-long-tabs-li .fd-last-default-li {
    margin-right: 0;
}

/*首都特色检察品牌等三个轮播联动*/
.fd-swiper-three {
    width: 1000px;
    height: 140px;
}

.fd-swiper-three .fd-swiper-main {
    padding: 0;
    width: 100%;
    height: 100%;
}

.fd-swiper-three .fd-swiper-main .swiper-slide {
    height: 140px;
}
.fd-swiper-three .fd-swiper-main .swiper-slide img {
    border: 2px solid transparent;
}

.fd-swiper-three .fd-swiper-main .swiper-slide:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.fd-swiper-three .fd-swiper-main .swiper-slide:hover img {
    border: 2px solid #fff;
}

.fd-swiper-three .swiper-button-prev {
    top: 75px;
    left: 0;
    background: url("../images/index/swiper02/left.png") center no-repeat;
}

.fd-swiper-three .swiper-button-prev:hover {
    background: url("../images/index/swiper02/left-act.png") center no-repeat;
}

.fd-swiper-three .swiper-button-next {
    top: 75px;
    right: 0;
    background: url("../images/index/swiper02/right.png") center no-repeat;
}

.fd-swiper-three .swiper-button-next:hover {
    background: url("../images/index/swiper02/right-act.png") center no-repeat;
}

/*市院领导*/
.fd-syld-right {
    float: right;
    width: 258px;
    height: auto;
}

.fd-syld-box {
    padding: 15px 10px 0;
    width: 100%;
    height: 700px;
    background: rgb(234, 242, 246) url("../images/index/syld-bg.png") center top no-repeat;
    cursor: pointer;
}

.fd-syld-title {
    position: relative;
    z-index: 1;
    color: #005cb1;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
}

.fd-syld-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 2;
    width: 77px;
    height: 10px;
    background: url("../images/index/syld-title-bg-left.png") center no-repeat;
}
.fd-syld-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    z-index: 2;
    width: 77px;
    height: 10px;
    background: url("../images/index/syld-title-bg.png") center no-repeat;
}

.fd-syld-main {
    position: relative;
    z-index: 1;
    margin-top: 25px;
    width: 100%;
    height: 248px;
}

.fd-syld-main:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 2;
    width: 198px;
    height: 1px;
    background-color: rgb(186, 201, 223);
}
.fd-syld-main img {
    margin-left: 50px;
    width: 141px;
    height: 175px;
}

.fd-syld-main .fd-swiper-main-name {
    margin-top: 10px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.fd-syld-main .fd-swiper-main-name:hover,
.fd-swiper-syld-list li h4:hover {
    color: #005cb1;
}
.fd-syld-main .fd-swiper-main-zw {
    margin-top: 5px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.fd-syld-swiper {
    margin: auto;
    width: 198px;
    height: 382px;
}
.fd-syld-swiper .fd-swiper-main {
    position: relative;
    z-index: 1;
    padding: 20px 0 0 20px;
    width: 100%;
    height: 100%;
    background: transparent;
}

.fd-swiper-syld-list {
    width: 100%;
    height: 100%;
}

.fd-swiper-syld-list li {
    margin-bottom: 10px;
}

.fd-swiper-syld-list h4 {
    margin-bottom: 5px;
    color: #5c688b;
    font-size: 16px;
    font-weight: bold;
}

.fd-swiper-syld-list h5 {
    color: #5c688b;
    font-size: 14px;
}

.fd-syld-swiper .swiper-pagination {
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    z-index: 3;
    margin: auto;
    padding-right: 0;
    text-align: center;
    height: auto;
}

.fd-syld-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 6px;
    background: url("../images/index/swiper03/circle-white.png") center no-repeat;
}

.fd-syld-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: url("../images/index/swiper03/circle-gray.png") center no-repeat;
}

/*新闻发布会部分*/
.fd-xwfbh-part {
    position: relative;
    z-index: 2;
    margin: 30px auto 0;
    width: 1300px;
    height: auto;
    overflow: hidden;
}

.fd-xwfbh-swiper {
    margin-top: 40px;
    width: 1000px;
    height: 630px;
}

.fd-xwfbh-swiper .fd-tab-title:before {
    height: 2px;
    background-color: rgb(214, 214, 214);
}
/*轮播联动部分*/
.fd-swiper-contact-box {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    width: 100%;
    height: 562px;
}
.fd-swiper-contact {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 562px;
    opacity: 0;
}
.fd-swiper-contact-1 {
    opacity: 1;
    z-index: 5;
}

.fd-swiper-contact .fd-video-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.fd-swiper-contact .fd-video-box .fd-close-video {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 47px;
    height: 47px;
    background: url("../images/index/swiper04/close.png") center no-repeat;
    cursor: pointer;
}
.fd-swiper-contact .fd-video-box .fd-close-video:hover {
    background: url("../images/index/swiper04/close-act.png") center no-repeat;
}

.fd-swiper-contact .fd-video-box:hover .fd-close-video {
    display: block;
}

.fd-swiper-contact .fd-swiper-main {
    float: none;
    padding: 0;
    width: 100%;
    height: 562px;
}

.fd-swiper-contact .fd-swiper-main-big .swiper-slide .fd-video-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    width: 81px;
    height: 81px;
    background: url("../images/index/swiper04/video-icon.png") center no-repeat;
    cursor: pointer;
}

.fd-swiper-contact .fd-swiper-main-big .swiper-slide p {
    height: 43px;
    line-height: 43px;
}

.fd-swiper-contact .fd-swiper-main-small {
    position: absolute;
    bottom: 43px;
    left: 0;
    z-index: 2;
    padding-left: 85px;
    padding-right: 84px;
    width: 100%;
    height: 135px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}
.fd-swiper-contact .fd-swiper-main-small .swiper-slide {
    padding-top: 15px;
    width: 189px !important;
}
.fd-swiper-contact .fd-swiper-main-small .swiper-slide img {
    width: 189px;
    height: 110px;
}

.fd-swiper-contact .swiper-button-prev,
.fd-swiper-contact .swiper-button-next {
    top: auto;
    bottom: 80px;
    left: 12px;
    width: 46px;
    height: 46px;
    background: url("../images/index/swiper04/left.png") center no-repeat;
}
.fd-swiper-contact .swiper-button-prev:hover {
    background: url("../images/index/swiper04/left-act.png") center no-repeat;
}

.fd-swiper-contact .swiper-button-next {
    left: auto;
    right: 12px;
    background: url("../images/index/swiper04/right.png") center no-repeat;
}
.fd-swiper-contact .swiper-button-next:hover {
    background: url("../images/index/swiper04/right-act.png") center no-repeat;
}

.fd-swiper-contact .fd-swiper-main-small .swiper-slide-thumb-active img {
    border: 2px solid rgb(255, 156, 0);
}

.fd-only-one.fd-swiper-main .swiper-button-prev,
.fd-only-one.fd-swiper-main .swiper-button-prev:hover{
    background: url("../images/index/swiper04/left.png") center no-repeat;
    opacity: 0.5;
    cursor: not-allowed;
}


.fd-only-one.fd-swiper-main .swiper-button-next,
.fd-only-one.fd-swiper-main .swiper-button-next:hover {
    background: url("../images/index/swiper04/right.png") center no-repeat;
    opacity: 0.5;
    cursor: not-allowed;
}

.fd-no-four.fd-swiper-main-small .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
}

/*右側六个入口*/
.fd-six-right {
    margin-top: 30px;
    width: 258px;
    height: 100%;
}

.fd-six-right li {
    margin-bottom: 12px;
    width: 258px;
    height: 95px;
    cursor: pointer;
}

.fd-six-right li:hover {
    border: 2px solid #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.fd-right-li-01 {
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-zyze.png") center no-repeat;
    cursor: pointer;
}

.fd-right-li-02 {
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-syjg.png") center no-repeat;
    cursor: pointer;
}

.fd-right-li-03 {
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-jwxz.png") center no-repeat;
    cursor: pointer;
}

.fd-right-li-04 {
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-gzbg.png") center no-repeat;
    cursor: pointer;
}

.fd-right-li-05 {
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-jczx.png") center no-repeat;
    cursor: pointer;
}

.fd-six-right .fd-right-li-06 {
    margin-bottom: 0;
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-ys.png") center no-repeat;
    cursor: pointer;
}

/*banner*/
.fd-banner {
    position: relative;
    z-index: 2;
    /*margin: 30px auto 0;*/
    margin: auto auto 0;
    width: 1300px;
    height: 130px;
    cursor: pointer;
}

.fd-banner .fd-swiper-main {
    float: none;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.fd-banner .fd-swiper-main .swiper-pagination {
    bottom: -6px;
    right: -8px;
}
/*理论研究部分*/
.fd-llyj-part {
    position: relative;
    z-index: 2;
    margin: 40px auto 0;
    width: 1300px;
    overflow: hidden;
}
.fd-llyj-part .fd-tab-title:before {
    height: 2px;
    background-color: rgb(214, 214, 214);
}

.fd-llyj-part .fd-tabs-ul {
    float: left;
    width: 1000px;
}

.fd-two-right {
    float: right;
    width: 258px;
    height: auto;
}

.fd-two-right p {
    cursor: pointer;
}

.fd-two-right p:hover {
    border: 2px solid #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.fd-two-right .fd-flfg {
    margin-bottom: 20px;
    width: 100%;
    height: 110px;
    background: url("../images/index/icon-flfg.png") center no-repeat;
}
.fd-two-right .fd-jcz {
    width: 100%;
    height: 110px;
    background: url("../images/index/icon-jcz.png") center no-repeat;
}

/*底部背景*/
.fd-footer-bg {
    position: absolute;
    bottom: 322px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 970px;
    background: url("../images/index/icon-footer-bg.png") center no-repeat;
}


@media screen and (max-width: 1600px) {
    .fd-logo .fd-logo-cn {
        font-size: 58px;
    }

    .fd-logo .fd-logo-en {
        font-size: 22px;
    }
}

.fd-right-side-img{
    max-width: 42px;
    object-fit: contain;
}
